.hero-slider {
    direction: ltr;
    width: 100%;
    height: 500px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

.sliderBgSetting {
    /* background: url("../../images/background slider 2.png") center center; */
    background-size: 100% 100% ;
}
@media (max-width:768px) {
    .sliderBgSetting {
        background-size:cover
    }
}
@media (max-width: 991px) {
    .hero-slider {
        height: 500px;
    }
}



.hero-slider .swiper-slide {
    overflow: hidden;
    text-align: center;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    /* background-size: cover; */
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
@media (min-width: 996px) {
    .hero-slider {
        height: 700px !important;
    }
}
/*--------------------------------------------------------------
    #hero-style
--------------------------------------------------------------*/
.hero-style {
    height: 990px;
    transition: all .4s ease;
}

.hero-style .container {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .hero-style {
        height: 450px;
    }
}

/*--------------------------------------------------------------
        #button-style
    --------------------------------------------------------------*/
